home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / mac / MAC.Dir / 00057_hide.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  442 b   |  18 lines

  1. on mouseDown
  2.   global time, rate, movie, unhide, commence
  3.   if commence = 1 then
  4.     set unhide to 1
  5.     if the castNum of sprite 5 = movie then
  6.       set time to the movieTime of sprite 5
  7.       set rate to the movieRate of sprite 5
  8.     end if
  9.     set the castNum of sprite 5 to 48
  10.     repeat with q = 6 to 11
  11.       puppetSprite(q, 1)
  12.       set the locV of sprite q to 700
  13.     end repeat
  14.     puppetSprite(5, 0)
  15.     updateStage()
  16.   end if
  17. end
  18.